| Einhugur Xml Plugin for Xojo |
|
Node.InsertCopyAfter Method
Copies the specified node to become a child of this node by inserting the node after a specific node.
Parameters
- copied
- The node to be copied.
- node
- Copied node will be inserted after the node in this parameter.
Returns
- EinhugurXml.Node
- Returns copied node, or empty node on error.
Remarks
See Also
Node Class